home *** CD-ROM | disk | FTP | other *** search
- {
- ivarDefinition = " %@%@;\n";
- setMethodInterface = "- (void)set%@:%@value;\n";
- getMethodInterface = "- %@%@;\n";
- setMethod = "- (void)set%@:%@value\n{\n%@\n}\n";
- toOneComment = " // A TO-ONE relationship.\n";
- toManyComment = " // A TO-MANY relationship.\n";
- numberBody = " %@ = value;";
- classBody = " [%@ autorelease];\n %@ = [value retain];";
- getMethod = "- %@%@ { return %@; }\n\n";
- dateFormat = "%a %b %d %H:%M:%S %Z %Y";
- deallocMethod = "- (void)dealloc\n{\n%@ [super dealloc];\n}\n";
- releaseStatement = " [%@ autorelease];\n";
- }
-